-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add interpolate function and test #26226
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Compliance Checks Passed!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Congrats on making your first Pull Request and thanks for supporting Ivy! 🎉
Join the conversation in our Discord
Here are some notes to understand our tests:
- We have merged all the tests in one file called `display_test_results` job. 👀 It contains the following two sections:
- Combined Test Results: This shows the results of all the ivy tests that ran on the PR. ✔️
- New Failures Introduced: This lists the tests that fails on this PR.
Please make sure they are passing. 💪
Keep in mind that we will assign an engineer for this task and they will look at it based on the workload that they have, kindly be patient 😄.
If you are working on an open task, please edit the PR description to link to the issue you've created. For more information, please check ToDo List Issues Guide. Thank you 🤗 |
Hey @rfatihors! Thanks for contributing! 🚀 Looks like the test for your function is missing, also it seems you're implementing it on the regular paddle backend? This one is an Experimental Function, as such it needs to be placed on the If you have any questions whatsoever please don't hesitate to ask! |
Hi Daniel, I added it to the experimental paddle folder as you said. Also, I think add the test.
|
Hi, I made the changes that were requested. Please, kindly take a look and re-review. |
Thank you for this PR, here is the CI results: Failed tests:This PR introduces the following new failing tests: |
Hey @rfatihors! Yeah some of the changes look good! however it seems that you are introducing changes to the Thanks! |
Hi again, I reverted the changes that you mentioned. At late night, I was trying the understand the structure and if I could see the variables for a better understanding of the whole of tests. Then, I guess in the morning forgot to delete, sorry. |
This PR has been labelled as stale because it has been inactive for more than 7 days. If you would like to continue working on this PR, then please add another comment or this PR will be closed in 7 days. |
This PR has been closed because it has been marked as stale for more than 7 days with no activity. |
feat: add interpolate function and test
Related Issue
Add Layers to Paddle Backend
#10696
add interpolate function and test
Close #26133
Checklist
Socials